terraphim_agent 1.20.5

Terraphim AI Agent CLI - Command-line interface with interactive REPL and ASCII graph visualization
Documentation
1
2
3
4
5
6
7
8
# cargo fmt

Format Rust code using rustfmt via cargo. Enforces consistent code style across the project. Always run before committing.

synonyms:: cargo fmt, rustfmt, format rust
related:: cargo clippy, cargo test
context:: format
cost:: low